About the Free Image library
 

      As with all external libraries, you need to include them in your project using the #Include directive. When you want to use the commands and functions that this library provides, add the following line to the top of your main source file:

i.e

  
  #Include "FreeImage"
  




FACTS:


      * Free Image library is a combination of PlayBASIC functions and external DLL file. The PlayBASIC IDE will copy the DLL file to your project folder when you run/compile your program. If you want to distribute your final executable, then it stands to reason you will need to also include the FreeImage.DLL in the folder as well.


 
Related Info: LoadIMage | SaveBitmap :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com